projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8350260
)
(decode_mode_spec): Access the value of
author
Kenichi Handa
<handa@m17n.org>
Mon, 9 Jun 1997 12:59:38 +0000
(12:59 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Mon, 9 Jun 1997 12:59:38 +0000
(12:59 +0000)
buffer-file-coding-system by b->buffer_file_coding_system.
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 1a7e5027d46052ad70515222de3c525f92fa9736..be7400f70a69df208f55436ace6a175d06228d10 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-4384,9
+4384,8
@@
decode_mode_spec (w, c, spec_width, maxwidth)
int eol_flag = (c == 'Z');
char *p;
- p = decode_mode_spec_coding
- (find_symbol_value (Qbuffer_file_coding_system),
- decode_mode_spec_buf, eol_flag);
+ p = decode_mode_spec_coding (b->buffer_file_coding_system,
+ decode_mode_spec_buf, eol_flag);
if (FRAME_TERMCAP_P (f))
{
p = decode_mode_spec_coding (keyboard_coding.symbol, p, eol_flag);